Skip to content

Conversation

@glaroque
Copy link
Collaborator

Add a new application note documenting the Android build system modifications required to integrate third-party M.2 WiFi/Bluetooth modules on AM62Px-SK and AM62x-SK EVMs.

The guide covers:

  • WiFi firmware setup (Android.bp, product makefile)
  • Bluetooth configuration (HAL, permissions, properties)
  • SELinux policy for UART access
  • ueventd permissions

@github-actions
Copy link

New warnings found with rstcheck:

source/android/Application_Notes_M2_WiFi_BT.rst:3: (WARNING/2) Title overline too short.

@glaroque glaroque force-pushed the master branch 2 times, most recently from 321540f to 9df438e Compare December 30, 2025 11:53
Copy link
Member

@StaticRocket StaticRocket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this, but vale has some comments about simple language that I think should be addressed

Modify the following files to enable Bluetooth.


Modifying shared/bluetooth/device_vendor.mk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May want to shorten this to just

Suggested change
Modifying shared/bluetooth/device_vendor.mk
Modifying device_vendor.mk

Makes the link and title a little more approachable, and it has less of a chance to change arbitrarily now

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

device_vendor .mk can be found in multiple subfolder so will be not clear for user , look more logic for me to give good path directly

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going to assume you meant that it would be more logical to give a direct path to the file. Fair enough, if that is not a unique tail. My only counter argument is that you give the exact path again in the paragraph directly below it.

I care about this far less than the vale comments currently. Those still need to be addressed...

@glaroque glaroque force-pushed the master branch 2 times, most recently from 9ee34b5 to b68bb79 Compare January 6, 2026 18:43
Add a new application note documenting the Android build system
modifications required to integrate third-party M.2 Wi-Fi/Bluetooth
modules on AM62Px-SK and AM62x-SK EVMs.

The guide covers:
- Wi-Fi firmware setup (Android.bp, product makefile)
- Bluetooth configuration (HAL, permissions, properties)
- SELinux policy for UART access
- ueventd permissions

Signed-off-by: Guillaume La Roque <[email protected]>
Copy link
Member

@StaticRocket StaticRocket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise this seems fine. The mixed use of inline code for file names in the section titles messes with me, but I don't think it's a deal-breaker.

Comment on lines +4 to +5
SDIO
UART
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Acronyms should not be added to the dictionary, as they are not words themselves.

Comment on lines +3 to +5
######################################
M.2 Wi-Fi and Bluetooth module setup
######################################
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Title overrun

Comment on lines +30 to +32
*********************
Wi-Fi firmware setup
*********************
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Title overrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants